home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMDATASETVIEWER / TFRMDATASETVIEWER.txt
Encoding:
Text File  |  2003-01-14  |  1.1 KB  |  62 lines

  1. object frmDatasetViewer: TfrmDatasetViewer
  2.   Left = 355
  3.   Top = 283
  4.   AutoScroll = False
  5.   BorderStyle = bsSizeToolWin
  6.   ClientHeight = 184
  7.   ClientWidth = 524
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object grdData: TStringGrid
  20.     Left = 0
  21.     Top = 0
  22.     Width = 524
  23.     Height = 184
  24.     Align = alClient
  25.     ColCount = 1
  26.     FixedCols = 0
  27.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
  28.     ParentShowHint = False
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     OnMouseMove = grdDataMouseMove
  32.   end
  33.   object IvTranslator1: TIvTranslator
  34.     DictionaryName = 'dcoAMStepBuilder'
  35.     Left = 356
  36.     Top = 84
  37.     TargetsData = (
  38.       1
  39.       5
  40.       (
  41.         '*'
  42.         'Hint'
  43.         0)
  44.       (
  45.         '*'
  46.         'Caption'
  47.         0)
  48.       (
  49.         '*'
  50.         'Cells'
  51.         0)
  52.       (
  53.         'TMemo'
  54.         'Text'
  55.         0)
  56.       (
  57.         '*'
  58.         'Items'
  59.         0))
  60.   end
  61. end
  62.